response Body Converter
open override fun responseBodyConverter(type: Type, annotations: Array<out Annotation>, retrofit: Retrofit): Converter<ResponseBody, *>?
Response body converter delegates logic processing to a child class that handles wrapping and deserialization of the json response data.
Parameters
annotations
All the annotation applied to the requesting method
retrofit
The retrofit object representing the response
type
The generic type declared on the method